feat: annotation layers CRUD list view#11432
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11432 +/- ##
==========================================
+ Coverage 66.65% 66.66% +0.01%
==========================================
Files 863 864 +1
Lines 41048 41113 +65
Branches 3693 3706 +13
==========================================
+ Hits 27359 27409 +50
- Misses 13592 13606 +14
- Partials 97 98 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
superset/annotation_layers/api.py
Outdated
There was a problem hiding this comment.
Why do we need changed_on? it's better to use changed_on_delta_humanized, also if we need/want created_on we should add a created_on_delta_humanized
nytai
left a comment
There was a problem hiding this comment.
LGTM as a WIP. Let's get the python lint error fixed and I'll merge
c390145 to
0fb5e9f
Compare
e1e0c1a to
be14717
Compare
| import { ListViewError, useListViewState } from './utils'; | ||
|
|
||
| const ListViewStyles = styled.div` | ||
| background: ${({ theme }) => theme.colors.grayscale.light5}; |
There was a problem hiding this comment.
I should have caught this during review, but this line needs to be removed.
SUMMARY
SIP_34_ANNOTATIONS_UIfeature flagBEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
AnnotationLayersListADDITIONAL INFORMATION